body {
  margin: 0;
  padding: 20px;
  line-height: 1.8;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.thumbnail {
  width: 215px;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}
